Class XmlLocation

java.lang.Object
eu.europa.ec.taxud.cesop.readers.XmlLocation
All Implemented Interfaces:
Location

public class XmlLocation extends Object implements Location
Wrapper for Location that adds pointer to specific xml tag in for of elements path.
  • Constructor Details

    • XmlLocation

      public XmlLocation(Location delegate, List<String> xmlPath)
      Instantiates a new Xml location.
      Parameters:
      delegate - the delegate
      xmlPath - the xml path
  • Method Details